home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Info_7_Info Vol+.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  316 b   |  13 lines

  1. on mouseDown
  2.   if 7 > the soundLevel then
  3.     set the soundLevel to the soundLevel + 1
  4.     set the castNum of sprite 2 to the number of member "VOL_1.PIC" + the soundLevel
  5.     if the soundLevel = 7 then
  6.       puppetSound("OREIL_2.AIF")
  7.     else
  8.       puppetSound("WOW.AIF")
  9.     end if
  10.     updateStage()
  11.   end if
  12. end
  13.